翻訳と辞書
Words near each other
・ Loop mark
・ Loop Mobile
・ Loop modeling
・ Loop nest optimization
・ Loop of Henle
・ Loop optimization
・ Loop Parkway
・ Loop performance
・ Loop quantum cosmology
・ Loop quantum gravity
・ Loop recorder
・ Loop recording
・ Loop representation in gauge theories and quantum gravity
・ Loop Retail Historic District
・ Loop rock
Loop scheduling
・ Loop Service (Portland Streetcar)
・ Loop space
・ Loop splitting
・ Loop start
・ Loop subdivision surface
・ Loop the Loop (Coney Island)
・ Loop the Loop (Olentangy Park)
・ Loop the Loop (Young's Million Dollar Pier)
・ Loop theorem
・ Loop tiling
・ Loop unrolling
・ Loop unswitching
・ Loop v. Litchfield
・ Loop variant


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Loop scheduling : ウィキペディア英語版
Loop scheduling

In parallel computing, loop scheduling is the problem of assigning proper iterations of parallelizable loops among ''n'' processors to achieve load balancing and maintain data locality with minimum dispatch overhead.
Typical loop scheduling methods are:
* static even scheduling: evenly divide loop iteration space into n chunks and assign each chunk to a processor
* dynamic scheduling: a chunk of loop iteration is dispatched at runtime by an idle processor. When the chunk size is 1 iteration, it is also called self-scheduling.
* guided scheduling: similar to dynamic scheduling, but the chunk sizes per dispatch keep shrinking until reaching a preset value.
==See also==

* OpenMP
* Automatic parallelization
* Loop nest optimization

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Loop scheduling」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.